home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Demos / TrapezeDemo / Trapeze Help / Trapeze Help.rsrc / HELP_2137_extract < prev    next >
Encoding:
Text File  |  1987-07-08  |  354 b   |  6 lines

  1. extract ( criterion, block, how* )
  2. extract selected values from a block
  3.  
  4. criterion╤number block containing true or false values; block╤any kind of block; how╤optional method to arrange returned values (#ROW or #COL).
  5.  
  6. extract creates a row or column block (by how) that contains all the values in block that have a corresponding true value in criterion.